InitDrives method

Initialize the control for use. This method must be called prior to performing any operations on a drive (s). If not called, the control will not work properly for drive operations. The bUseNTASPI flag can be used to switch to using the NT ASPI layer for NT based systems as an alternative to the default SPTI (SCSI Pass-Through Interface). We do not recommend using ASPI under NT. ASPI is used under Windows 9X systems. This setting does not affect non-NT based systems.

NOTE: If using the SetLogging method, it should be called after this method.

Return Type

A Boolean value.

Syntax

object.InitDrives(bUseASPI As Boolean)

The InitDrives method syntax has these parts:

Part Description
object An expression evaluating to an object of type CDWriterPro.
bUseASPI Boolean (False recommended)